home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
mcf4amirc
/
rexx
/
mcf_du.amirx
< prev
next >
Wrap
Text File
|
1996-09-17
|
799b
|
10 lines
/* MCF_DU.AMIRX
// $VER: MCF_DU.AMIRX 4.1 (29.07.96)
\\ Written by Donald T. Becker (dtbecker@prolog.net) IRC: StarDustr
// Please mail any bug reports/comments to the above address with a subject
\\ header of MCF.AMIRX.
//
\\ ** What to do with this file?
// Put this script in REXX: It will be used by MCF.AMIRX.
*/
;parse arg MCFenv junk User junk;address value(MCFenv);UUser=upper(User);fname="MCF:MCF.Ops";call open("Input",fname,'R');cnt1=0;xx=readln("Input");do until eof("Input");uu=upper(xx);if 0=pos(UUser,uu) then;do;cnt1=cnt1+1;OLine.cnt1=xx;end;xx=readln("Input");end;call close("Input");call open("Output",fname,'W');do cnt2=1 by 1 until cnt2=cnt1;call writeln("Output",OLine.cnt2);end cnt2;call close("Output");options results;getmynick;MyNick=RESULT;"RAW PRIVMSG "MyNick" :%RU";exit